widgetpath: Remove bad function prototypes
authorGarrett Regier <garrettregier@gmail.com>
Fri, 11 Sep 2015 16:45:32 +0000 (09:45 -0700)
committerGarrett Regier <garrettregier@gmail.com>
Fri, 11 Sep 2015 16:48:38 +0000 (09:48 -0700)
gtk/gtkwidgetpath.h

index 365c343d796b0a71ba43c73752d00bd08be8feb8..bd86434012c8c3502b9eb9974261646db2723746 100644 (file)
@@ -107,18 +107,10 @@ GDK_AVAILABLE_IN_ALL
 void     gtk_widget_path_iter_add_class     (GtkWidgetPath       *path,
                                              gint                 pos,
                                              const gchar         *name);
-GDK_AVAILABLE_IN_3_18
-void     gtk_widget_path_iter_add_qclass    (GtkWidgetPath       *path,
-                                             gint                 pos,
-                                             GQuark               qname);
 GDK_AVAILABLE_IN_ALL
 void     gtk_widget_path_iter_remove_class  (GtkWidgetPath       *path,
                                              gint                 pos,
                                              const gchar         *name);
-GDK_AVAILABLE_IN_3_18
-void     gtk_widget_path_iter_remove_qclass (GtkWidgetPath       *path,
-                                             gint                 pos,
-                                             GQuark               qname);
 GDK_AVAILABLE_IN_ALL
 void     gtk_widget_path_iter_clear_classes (GtkWidgetPath       *path,
                                              gint                 pos);